* lisp/vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
authorGlenn Morris <rgm@gnu.org>
Mon, 31 Dec 2012 20:13:28 +0000 (12:13 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 31 Dec 2012 20:13:28 +0000 (12:13 -0800)
lisp/ChangeLog
lisp/vc/log-edit.el

index feef22b991b452441cd896c027bc750021c4c8f9..a3f55ddf03a449ab66bc3938da07edf0a1b0810c 100644 (file)
@@ -1,3 +1,7 @@
+2012-12-31  Glenn Morris  <rgm@gnu.org>
+
+       * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
+
 2012-12-31  Fabián Ezequiel Gallina  <fgallina@cuca>
 
        * progmodes/python.el: Support other commands triggering
index 3c34a762a1ba314c95a938598962f40d08effa92..793644d9091479858bd3dcf428eafd60a4a56dc0 100644 (file)
@@ -319,7 +319,9 @@ automatically."
   "AList of known headers and the face to use to highlight them.")
 
 (defconst log-edit-header-contents-regexp
-  "[ \t]*\\(.*\\(\n[ \t].*\\)*\\)\n?")
+  "[ \t]*\\(.*\\(\n[ \t].*\\)*\\)\n?"
+  "Regular expression matching a header field.
+The first subexpression is the actual text of the field.")
 
 (defun log-edit-match-to-eoh (_limit)
   ;; FIXME: copied from message-match-to-eoh.